repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
data
/
settings
/
tracker_new_templates
/
C++ header
blob
4f2084328458cd32e647687b9c8aecde338cd596
1
/*
2
* Copyright 2015 Your Name <your@email.address>
3
* All rights reserved. Distributed under the terms of the MIT license.
4
*/
5
#ifndef _H
6
#define _H
7
8
9
#include <SupportDefs.h>
10
11
12
class {
13
public:
14
15
private:
16
17
};
18
19
20
#endif // _H